ComponentOne DataObjects for .NET
Find(Object[]) Method

C1.Data.2 Assembly > C1.Data Namespace > C1DataRowCollection Class > Find Method : Find(Object[]) Method
An array of primary key values to find.
Gets the row specified by the primary key value.
Syntax
'Declaration
 
Public Overloads Function Find( _
   ByVal keys() As System.Object _
) As C1DataRow
public C1DataRow Find( 
   System.object[] keys
)

Parameters

keys
An array of primary key values to find.

Return Value

The C1DataRow object.
See Also

Reference

C1DataRowCollection Class
C1DataRowCollection Members
Overload List
C1DataRowCollection Class